CustomItemRange Constructor(Int32,Int32,String[])
In This Topic
Initializes a new instance of the
CustomItemRange.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal ParamArray () As String _
)
public CustomItemRange(
int ,
int ,
params string[]
)
Parameters
- first
- Fist item index.
- last
- Last item index.
- fields
- Array of the fields name.
See Also